home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Hallo6a.dfm / Hallo6a.txt
Text File  |  1998-12-16  |  3KB  |  155 lines

  1. object Form1: TForm1
  2.   Left = 237
  3.   Top = 108
  4.   Width = 435
  5.   Height = 354
  6.   Caption = 'Seelenklempner'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -20
  10.   Font.Name = 'System'
  11.   Font.Style = [fsBold]
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 120
  14.   TextHeight = 20
  15.   object Label1: TLabel
  16.     Left = 104
  17.     Top = 16
  18.     Width = 216
  19.     Height = 25
  20.     Caption = 'Hallo, wie geht es denn so?'
  21.     Color = clBtnFace
  22.     ParentColor = False
  23.   end
  24.   object GroupBox2: TGroupBox
  25.     Left = 24
  26.     Top = 56
  27.     Width = 185
  28.     Height = 241
  29.     Caption = 'Befinden:'
  30.     TabOrder = 11
  31.   end
  32.   object RadioButton1: TRadioButton
  33.     Left = 40
  34.     Top = 80
  35.     Width = 150
  36.     Height = 35
  37.     Caption = 'prima'
  38.     TabOrder = 0
  39.     OnClick = RadioButton1Click
  40.   end
  41.   object RadioButton2: TRadioButton
  42.     Left = 40
  43.     Top = 115
  44.     Width = 150
  45.     Height = 35
  46.     Caption = 'gut'
  47.     TabOrder = 6
  48.     OnClick = RadioButton2Click
  49.   end
  50.   object RadioButton3: TRadioButton
  51.     Left = 40
  52.     Top = 150
  53.     Width = 150
  54.     Height = 35
  55.     Caption = 'm∩┐╜∩┐╜ig'
  56.     TabOrder = 7
  57.     OnClick = RadioButton3Click
  58.   end
  59.   object RadioButton4: TRadioButton
  60.     Left = 40
  61.     Top = 186
  62.     Width = 150
  63.     Height = 35
  64.     Caption = 'schlecht'
  65.     TabOrder = 8
  66.     OnClick = RadioButton4Click
  67.   end
  68.   object RadioButton5: TRadioButton
  69.     Left = 40
  70.     Top = 221
  71.     Width = 150
  72.     Height = 35
  73.     Caption = 'miserabel'
  74.     TabOrder = 9
  75.     OnClick = RadioButton5Click
  76.   end
  77.   object RadioButton6: TRadioButton
  78.     Left = 40
  79.     Top = 256
  80.     Width = 150
  81.     Height = 35
  82.     Caption = 'Sag ich nicht'
  83.     TabOrder = 10
  84.     OnClick = RadioButton6Click
  85.   end
  86.   object GroupBox1: TGroupBox
  87.     Left = 240
  88.     Top = 56
  89.     Width = 153
  90.     Height = 145
  91.     Caption = 'Bereich:'
  92.     TabOrder = 4
  93.   end
  94.   object CheckBox1: TCheckBox
  95.     Left = 256
  96.     Top = 80
  97.     Width = 130
  98.     Height = 40
  99.     Caption = 'Seele'
  100.     Font.Charset = ANSI_CHARSET
  101.     Font.Color = clBlack
  102.     Font.Height = -20
  103.     Font.Name = 'Arial'
  104.     Font.Style = [fsItalic]
  105.     ParentFont = False
  106.     TabOrder = 1
  107.     OnClick = CheckBox1Click
  108.   end
  109.   object CheckBox2: TCheckBox
  110.     Left = 256
  111.     Top = 120
  112.     Width = 130
  113.     Height = 40
  114.     Caption = 'Geist'
  115.     Font.Charset = ANSI_CHARSET
  116.     Font.Color = clBlack
  117.     Font.Height = -20
  118.     Font.Name = 'Arial'
  119.     Font.Style = [fsItalic]
  120.     ParentFont = False
  121.     TabOrder = 2
  122.     OnClick = CheckBox2Click
  123.   end
  124.   object CheckBox3: TCheckBox
  125.     Left = 256
  126.     Top = 160
  127.     Width = 130
  128.     Height = 40
  129.     Caption = 'K∩┐╜rper'
  130.     Font.Charset = ANSI_CHARSET
  131.     Font.Color = clBlack
  132.     Font.Height = -20
  133.     Font.Name = 'Arial'
  134.     Font.Style = [fsItalic]
  135.     ParentFont = False
  136.     TabOrder = 3
  137.     OnClick = CheckBox3Click
  138.   end
  139.   object Button1: TButton
  140.     Left = 240
  141.     Top = 232
  142.     Width = 153
  143.     Height = 65
  144.     Caption = 'Fertig'
  145.     Font.Charset = ANSI_CHARSET
  146.     Font.Color = clBlack
  147.     Font.Height = -23
  148.     Font.Name = 'Arial'
  149.     Font.Style = [fsBold]
  150.     ParentFont = False
  151.     TabOrder = 5
  152.     OnClick = Button1Click
  153.   end
  154. end
  155.